home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / background_40838.txt < prev    next >
Text File  |  1990-03-19  |  3KB  |  149 lines

  1. -- background: 40838 from stack: in
  2. -- bmap block id: 41103
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: IndexBack
  6. ----- HyperTalk script -----
  7. on closeBackground
  8.   global mapLoc
  9.   put 11 into mapLoc
  10.   put "yes" into line 12 of field "footprints" of card "Map"
  11. end closeBackground
  12.  
  13.  
  14.  
  15. -- part 2 (field)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=128 top=0 right=53 bottom=512
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 0
  22. -- font id: 21
  23. -- text size: 18
  24. -- style flags: 10240
  25. -- line height: 20
  26. -- part name: Title
  27.  
  28.  
  29. -- part 3 (field)
  30. -- low flags: 01
  31. -- high flags: 0000
  32. -- rect: left=128 top=24 right=66 bottom=511
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 21
  37. -- text size: 18
  38. -- style flags: 0
  39. -- line height: 20
  40. -- part name: cardTitle
  41.  
  42.  
  43. -- part 4 (field)
  44. -- low flags: 01
  45. -- high flags: 0000
  46. -- rect: left=128 top=51 right=87 bottom=508
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 0
  50. -- font id: 157
  51. -- text size: 14
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: 
  55.  
  56.  
  57. -- part 8 (button)
  58. -- low flags: 00
  59. -- high flags: 2000
  60. -- rect: left=428 top=317 right=342 bottom=456
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 18611 / 18611
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: prev
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   visual effect scroll right
  72.   go prev
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 9 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=457 top=317 right=342 bottom=485
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 18612 / 18612
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: next
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   visual scroll left
  92.   go next
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 11 (field)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=128 top=94 right=320 bottom=510
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 0
  104. -- font id: 156
  105. -- text size: 14
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: cardText
  109.  
  110.  
  111. -- part 24 (button)
  112. -- low flags: 00
  113. -- high flags: E000
  114. -- rect: left=448 top=0 right=19 bottom=509
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 0
  118. -- font id: 3
  119. -- text size: 10
  120. -- style flags: 2048
  121. -- line height: 13
  122. -- part name: Contents
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   visual effect dissolve
  126.   go card "content 0"
  127. end mouseUp
  128.  
  129.  
  130.  
  131. -- part 25 (button)
  132. -- low flags: 00
  133. -- high flags: 2000
  134. -- rect: left=484 top=317 right=342 bottom=512
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 18613 / 18613
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: return
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   visual dissolve
  146.   go card "Map"
  147. end mouseUp
  148.  
  149.